Bitmap for UWP
Create(RenderTarget,RadialGradientBrushProperties,Nullable<BrushProperties>,GradientStopCollection) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > RadialGradientBrush クラス > Create メソッド : Create(RenderTarget,RadialGradientBrushProperties,Nullable<BrushProperties>,GradientStopCollection) メソッド
an instance of RenderTarget
The center, gradient origin offset, and x-radius and y-radius of the brush's gradient.
The transform and base opacity of the new brush, or NULL. If this value is NULL, the brush defaults to a base opacity of 1.0f and the identity matrix as its transformation.
A collection of GradientStopstructures that describe the colors in the brush's gradient and their locations along the gradient.
Creates an RadialGradientBrushthat contains the specified gradient stops and has the specified transform and base opacity.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal renderTarget As RenderTarget, _
   ByRef radialGradientBrushProperties As RadialGradientBrushProperties, _
   ByVal brushProperties As System.Nullable(Of BrushProperties), _
   ByVal gradientStopCollection As GradientStopCollection _
) As RadialGradientBrush

パラメータ

renderTarget
an instance of RenderTarget
radialGradientBrushProperties
The center, gradient origin offset, and x-radius and y-radius of the brush's gradient.
brushProperties
The transform and base opacity of the new brush, or NULL. If this value is NULL, the brush defaults to a base opacity of 1.0f and the identity matrix as its transformation.
gradientStopCollection
A collection of GradientStopstructures that describe the colors in the brush's gradient and their locations along the gradient.
参照

RadialGradientBrush クラス
RadialGradientBrush メンバ
オーバーロード一覧